home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / domacnost a kancelar / alive / aliveorganizer.exe / install_script.iss
Text File  |  2006-10-04  |  4KB  |  83 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=Alive Organizer
  5. AppVerName=Alive Organizer 1.4
  6. AppId={{39C536C3-D9E5-418E-90FD-1B7A70DF2463}
  7. AppVersion=1.4
  8. AppPublisher=Vitolab Software Company
  9. AppPublisherURL=http://www.vitolab.com
  10. AppSupportURL=http://www.vitolab.com/feedback.htm
  11. AppUpdatesURL=http://www.vitolab.com/products.htm/11
  12. AppMutex=2C5119EF-D47B-4038-97F9-B8976C0BF2C4
  13. DefaultDirName={pf}\vitolab\Alive Organizer
  14. DefaultGroupName=Alive Organizer
  15. UninstallDisplayName=Alive Organizer
  16. OutputBaseFilename=aliveorganizer
  17. Compression=lzma
  18. PrivilegesRequired=none
  19. LicenseFile=embedded\License.rtf
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\Alive.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\bltemp_alive.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\aspr_ide.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\order.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\alive.chm"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\Data.dat"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\AliveOrganizer.url"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\buynow.url"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\vitolab.url"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\Full.bse"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\Usa.bse"; DestDir: "{app}"; Flags: ignoreversion 
  37. Source: "{app}\Others.bse"; DestDir: "{app}"; Flags: ignoreversion 
  38. Source: "{app}\lng\English.lng"; DestDir: "{app}\lng"; Flags: ignoreversion 
  39. Source: "{app}\lng\US English.lng"; DestDir: "{app}\lng"; Flags: ignoreversion 
  40. Source: "{app}\sound\Airraid.wav"; DestDir: "{app}\sound"; Flags: ignoreversion 
  41. Source: "{app}\sound\Charge.wav"; DestDir: "{app}\sound"; Flags: ignoreversion 
  42. Source: "{app}\sound\Default.wav"; DestDir: "{app}\sound"; Flags: ignoreversion 
  43. Source: "{app}\remind templates\Remind 10 minutes before the task starts.rt"; DestDir: "{app}\remind templates"; Flags: ignoreversion 
  44. Source: "{app}\remind templates\Remind 5 minutes before the task ends.rt"; DestDir: "{app}\remind templates"; Flags: ignoreversion 
  45. Source: "{app}\remind templates\Repeat every day.rt"; DestDir: "{app}\remind templates"; Flags: ignoreversion 
  46. Source: "{app}\remind templates\Repeat every year.rt"; DestDir: "{app}\remind templates"; Flags: ignoreversion 
  47.  
  48. [Run]
  49. Filename: "{app}\Alive.exe"; Description: "{cm:LaunchProgram,Alive Organizer}"; Flags: postinstall skipifsilent nowait
  50.  
  51. [UninstallRun]
  52. Filename: "http://www.vitolab.com/uninstall.htm/11"; Flags: shellexec nowait
  53.  
  54. [Icons]
  55. Name: "{group}\Alive Organizer"; Filename: "{app}\Alive.exe"; 
  56. Name: "{group}\Uninstall Alive Organizer"; Filename: "{uninstallexe}"; 
  57. Name: "{userdesktop}\Alive Organizer"; Filename: "{app}\Alive.exe"; Tasks: desktopicon; 
  58. Name: "{group}\Alive Organizer Help"; Filename: "{app}\alive.chm"; 
  59. Name: "{group}\Registration"; Filename: "{app}\order.txt"; 
  60. Name: "{group}\License Agreement"; Filename: "{app}\license.txt"; 
  61. Name: "{group}\web\Alive Organizer"; Filename: "{app}\aliveorganizer.url"; 
  62. Name: "{group}\web\Vitolab software"; Filename: "{app}\vitolab.url"; 
  63. Name: "{group}\web\Buy now Alive Organizer"; Filename: "{app}\buynow.url"; 
  64.  
  65. [Tasks]
  66. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  67.  
  68. [CustomMessages]
  69. default.NameAndVersion=%1 version %2
  70. default.AdditionalIcons=Additional icons:
  71. default.CreateDesktopIcon=Create a &desktop icon
  72. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  73. default.ProgramOnTheWeb=%1 on the Web
  74. default.UninstallProgram=Uninstall %1
  75. default.LaunchProgram=Launch %1
  76. default.AssocFileExtension=&Associate %1 with the %2 file extension
  77. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  78.  
  79. [Languages]
  80. ; These files are stubs
  81. ; To achieve better results after recompilation, use the real language files
  82. Name: "default"; MessagesFile: "embedded\default.isl"; 
  83.